cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/199 - Guess the Number Game/
Screenshot (35).png
/cody/swapnilsparsh/30DaysOfJavaScript/199 - Guess the Number Game/Screenshot (35).png
Media file
Screenshot (36).png
/cody/swapnilsparsh/30DaysOfJavaScript/199 - Guess the Number Game/Screenshot (36).png
Media file
Screenshot (37).png
/cody/swapnilsparsh/30DaysOfJavaScript/199 - Guess the Number Game/Screenshot (37).png
Media file
Screenshot (38).png
/cody/swapnilsparsh/30DaysOfJavaScript/199 - Guess the Number Game/Screenshot (38).png
Media file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
'use strict';
//console.log(document.querySelector('.message').textContent);
let secret = Math.trunc(Math.random()*20)+1;
let s
//console.log(document.querySelector('.message').textContent);
let secret = Math.trunc(Math.random()*20)+1;
let s